home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / ezdial11.arc / NEWCITY.SLT < prev    next >
Text File  |  1988-07-12  |  189b  |  13 lines

  1. //
  2. // Disconnect from City and return to City Menu
  3. //
  4. str at_str[] = "@^M";
  5. str disc[] = "D^M";
  6.  
  7. main()
  8. {
  9.  cputs(at_str);
  10.  cputs(disc);
  11.  prints("Press F9 for the city menu");
  12. }
  13.